org.globalplatform.contactless
Interface CLAppletEvent


public interface CLAppletEvent

Definition of contactless events. These events shall be used to notify current state, or state change request in the following methods:

Since:

Field Summary
static short EVENT_ACTIVATED
          The applet is now ACTIVATED on the contactless interface.
static short EVENT_COMMUNICATIONS_ISO14443_DISABLED
          The applet cannot be accessed through the Contactless Communication interface (ISO 14443).
static short EVENT_COMMUNICATIONS_ISO14443_ENABLED
          The applet can be accessed through the Contactless Communication interface (ISO 14443).
static short EVENT_CONTINUOUS_PROCESS_OFF
          Constant notifying that continuous processing is now disabled.
static short EVENT_CONTINUOUS_PROCESS_ON
          Constant notifying that continuous processing is now enabled.
static short EVENT_CREL_ADDED
          Constant notifying that a CREL application has been added to a CREL Application AID List
static short EVENT_CREL_REMOVED
          Constant notifying that a CREL application has been removed from a CREL Application AID List
static short EVENT_DEACTIVATED
          The applet is now DEACTIVATED on the contactless interface.
static short EVENT_DELETED
          The applet was deleted.
static short EVENT_DISCRETIONARY_DATA
          Applet's GPCLRegistryEntry.INFO_DISCRETIONARY_DATA has changed.
static short EVENT_DISPLAY_MESSAGE
          Applet's GPCLRegistryEntry.INFO_DISPLAY_MESSAGE has changed.
static short EVENT_DISPLAY_REQUIREMENT
          Applet's GPCLRegistryEntry.INFO_DISPLAY_REQUIREMENT has changed.
static short EVENT_FAMILY_IDENTIFIER
          Applet's GPCLRegistryEntry.INFO_FAMILY_IDENTIFIER has changed.
static short EVENT_GROUP_MEMBER_ADDED
          The applet has joined an Application Group.
static short EVENT_GROUP_MEMBER_REMOVED
          The applet has left an Application Group.
static short EVENT_IMPLICIT_SELECTION_PROTOCOLS
          Applet's GPCLRegistryEntry.INFO_IMPLICIT_SELECTION_PROTOCOLS has changed.
static short EVENT_INSTALLED
          The applet has been installed and is in the GPSystem.APPLICATION_INSTALLED state.
static short EVENT_LOCKED
          The applet was locked.
static short EVENT_LOGO
          Applet's GPCLRegistryEntry.INFO_LOGO has changed.
static short EVENT_NON_ACTIVATABLE
          The applet is now NON ACTIVATABLE on the contactless interface.
static short EVENT_POLICY_RESTRICTED_APPLICATIONS
          The policy restricting the usage of the applet has changed.
static short EVENT_PROTOCOL_DATA_TYPE_A
          Applet's GPCLRegistryEntry.INFO_PROTOCOL_DATA_TYPE_A has changed.
static short EVENT_PROTOCOL_DATA_TYPE_B
          Applet's GPCLRegistryEntry.INFO_PROTOCOL_DATA_TYPE_B has changed.
static short EVENT_PROTOCOL_DATA_TYPE_F
          Applet's GPCLRegistryEntry.INFO_PROTOCOL_DATA_TYPE_F has changed.
static short EVENT_RFU1
          RESERVED FOR FUTURE USE.
static short EVENT_SELECTABLE
          The applet has transitioned from the GPSystem.APPLICATION_INSTALLED to the GPSystem.APPLICATION_SELECTABLE state.
static short EVENT_UNLOCKED
          The applet was unlocked.
static short EVENT_URI
          Applet's GPCLRegistryEntry.INFO_URI has changed.
 

Field Detail

EVENT_NON_ACTIVATABLE

static final short EVENT_NON_ACTIVATABLE
The applet is now NON ACTIVATABLE on the contactless interface.

See Also:
Constant Field Values

EVENT_ACTIVATED

static final short EVENT_ACTIVATED
The applet is now ACTIVATED on the contactless interface.

See Also:
Constant Field Values

EVENT_DEACTIVATED

static final short EVENT_DEACTIVATED
The applet is now DEACTIVATED on the contactless interface.

See Also:
Constant Field Values

EVENT_URI

static final short EVENT_URI
Applet's GPCLRegistryEntry.INFO_URI has changed.

See Also:
Constant Field Values

EVENT_DISCRETIONARY_DATA

static final short EVENT_DISCRETIONARY_DATA
Applet's GPCLRegistryEntry.INFO_DISCRETIONARY_DATA has changed.

See Also:
Constant Field Values

EVENT_LOGO

static final short EVENT_LOGO
Applet's GPCLRegistryEntry.INFO_LOGO has changed.

See Also:
Constant Field Values

EVENT_PROTOCOL_DATA_TYPE_A

static final short EVENT_PROTOCOL_DATA_TYPE_A
Applet's GPCLRegistryEntry.INFO_PROTOCOL_DATA_TYPE_A has changed.

See Also:
Constant Field Values

EVENT_PROTOCOL_DATA_TYPE_B

static final short EVENT_PROTOCOL_DATA_TYPE_B
Applet's GPCLRegistryEntry.INFO_PROTOCOL_DATA_TYPE_B has changed.

See Also:
Constant Field Values

EVENT_PROTOCOL_DATA_TYPE_F

static final short EVENT_PROTOCOL_DATA_TYPE_F
Applet's GPCLRegistryEntry.INFO_PROTOCOL_DATA_TYPE_F has changed.

See Also:
Constant Field Values

EVENT_DISPLAY_MESSAGE

static final short EVENT_DISPLAY_MESSAGE
Applet's GPCLRegistryEntry.INFO_DISPLAY_MESSAGE has changed.

Since:
export file version 1.1
See Also:
Constant Field Values

EVENT_IMPLICIT_SELECTION_PROTOCOLS

static final short EVENT_IMPLICIT_SELECTION_PROTOCOLS
Applet's GPCLRegistryEntry.INFO_IMPLICIT_SELECTION_PROTOCOLS has changed.

See Also:
Constant Field Values

EVENT_FAMILY_IDENTIFIER

static final short EVENT_FAMILY_IDENTIFIER
Applet's GPCLRegistryEntry.INFO_FAMILY_IDENTIFIER has changed.

See Also:
Constant Field Values

EVENT_CONTINUOUS_PROCESS_ON

static final short EVENT_CONTINUOUS_PROCESS_ON
Constant notifying that continuous processing is now enabled.

See Also:
Constant Field Values

EVENT_CONTINUOUS_PROCESS_OFF

static final short EVENT_CONTINUOUS_PROCESS_OFF
Constant notifying that continuous processing is now disabled.

See Also:
Constant Field Values

EVENT_CREL_ADDED

static final short EVENT_CREL_ADDED
Constant notifying that a CREL application has been added to a CREL Application AID List

See Also:
Constant Field Values

EVENT_CREL_REMOVED

static final short EVENT_CREL_REMOVED
Constant notifying that a CREL application has been removed from a CREL Application AID List

See Also:
Constant Field Values

EVENT_GROUP_MEMBER_ADDED

static final short EVENT_GROUP_MEMBER_ADDED
The applet has joined an Application Group.

See Also:
Constant Field Values

EVENT_GROUP_MEMBER_REMOVED

static final short EVENT_GROUP_MEMBER_REMOVED
The applet has left an Application Group.

See Also:
Constant Field Values

EVENT_POLICY_RESTRICTED_APPLICATIONS

static final short EVENT_POLICY_RESTRICTED_APPLICATIONS
The policy restricting the usage of the applet has changed.

Since:
export file version 1.1
See Also:
Constant Field Values

EVENT_INSTALLED

static final short EVENT_INSTALLED
The applet has been installed and is in the GPSystem.APPLICATION_INSTALLED state.

See Also:
Constant Field Values

EVENT_SELECTABLE

static final short EVENT_SELECTABLE
The applet has transitioned from the GPSystem.APPLICATION_INSTALLED to the GPSystem.APPLICATION_SELECTABLE state.

See Also:
Constant Field Values

EVENT_LOCKED

static final short EVENT_LOCKED
The applet was locked.

See Also:
Constant Field Values

EVENT_UNLOCKED

static final short EVENT_UNLOCKED
The applet was unlocked.

See Also:
Constant Field Values

EVENT_DELETED

static final short EVENT_DELETED
The applet was deleted.

See Also:
Constant Field Values

EVENT_DISPLAY_REQUIREMENT

static final short EVENT_DISPLAY_REQUIREMENT
Applet's GPCLRegistryEntry.INFO_DISPLAY_REQUIREMENT has changed.

Since:
export file version 1.1
See Also:
Constant Field Values

EVENT_COMMUNICATIONS_ISO14443_ENABLED

static final short EVENT_COMMUNICATIONS_ISO14443_ENABLED
The applet can be accessed through the Contactless Communication interface (ISO 14443).

Since:
export file version 1.1
See Also:
Constant Field Values

EVENT_COMMUNICATIONS_ISO14443_DISABLED

static final short EVENT_COMMUNICATIONS_ISO14443_DISABLED
The applet cannot be accessed through the Contactless Communication interface (ISO 14443).

Since:
export file version 1.1
See Also:
Constant Field Values

EVENT_RFU1

static final short EVENT_RFU1
RESERVED FOR FUTURE USE.

Since:
export file version 1.1
See Also:
Constant Field Values